home *** CD-ROM | disk | FTP | other *** search
/ The Internet Group / IHUG_SETUP_DISK.BIN / mac / More Goodies / Other Goodies / anarchie / Anarchie 2.0.1 / Scripting / AppleScripts / Find Clipboard < prev    next >
Text File  |  1996-11-08  |  247b  |  8 lines

  1. set theSearchItem to the clipboard
  2. tell application "Anarchie"
  3.     set theResult to find theSearchItem server "archie.au" matches 100
  4.     if theResult is "" then
  5.         find theSearchItem server "archie.internic.net" matches 100 with window
  6.     end if
  7. end tell
  8.